[]
Groups the rows with the specified sort information.
public void Group(SortInfo[] sortInfo)
Public Sub Group(sortInfo As SortInfo())
Type | Name | Description |
---|---|---|
SortInfo[] | sortInfo | Sort information |
Groups the rows with the specified sort information and specified comparer.
public void Group(SortInfo[] sortInfo, IComparer groupComparer)
Public Sub Group(sortInfo As SortInfo(), groupComparer As IComparer)